Creates a new instance of the KernelImage class.
public static KernelImage Create( byte[] data, int width, int height, ImageFormat format )
public static KernelImage Create(
byte[] data,
int width,
int height,
ImageFormat format
)
Public Shared Function Create(_ ByVal data() As Byte,_ ByVal width As Integer,_ ByVal height As Integer,_ ByVal format As ImageFormat) As KernelImage
Public Shared Function Create(_
ByVal data() As Byte,_
ByVal width As Integer,_
ByVal height As Integer,_
ByVal format As ImageFormat) As KernelImage
- (instancetype)init
public static KernelImage create(byte[] data, int width, int height, ImageFormat format)
public: static KernelImage^ Create( array<byte>^ data, int width, int height, ImageFormat format )
public:
static KernelImage^ Create(
array<byte>^ data,
data An array containing the image data buffer. <
width The width of the image in pixels.
height The height of the image in pixels.
format The image format as defined in ImageFormat.
A KernelImage object.
Target Platforms
Getting Started
New LEADTOOLS SDK Features
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Media Streaming .NET | C API
Supported Platforms
.NET
Java
Android
iOS/macOS
HTML5 JavaScript
C API
C++ Class Library
Cloud Services Web API
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
HTML5 JavaScript Libraries